chore: bump module versions to 19.0.2.0.0 and add missing maintainers#121
chore: bump module versions to 19.0.2.0.0 and add missing maintainers#121gonzalesedwin1123 merged 2 commits into19.0from
Conversation
Standardize all module versions to 19.0.2.0.0 for the 2.0 release, except modules already at a higher version. Add default maintainers to 28 modules that were missing them.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on essential maintenance tasks to prepare the OpenSPP modules for the upcoming 2.0 release. It ensures consistency in module versioning by updating many modules to "19.0.2.0.0" and improves project maintainability by assigning default maintainers to a significant number of modules that were missing this crucial information. These changes streamline future development and support efforts. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request standardizes module versions to 19.0.2.0.0 and adds a default maintainers list to numerous __manifest__.py files. The changes are consistent across all modified files and align with the goals outlined in the pull request description. My review of these manifest-only updates confirms their correctness, and I have not identified any issues.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 19.0 #121 +/- ##
==========================================
+ Coverage 70.16% 70.39% +0.22%
==========================================
Files 738 753 +15
Lines 44046 44979 +933
==========================================
+ Hits 30906 31662 +756
- Misses 13140 13317 +177
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
Standardize all module versions to 19.0.2.0.0 for the 2.0 release, except modules already at a higher version.
Add default maintainers to 28 modules that were missing them.
Note
Low Risk
Manifest-only updates (version metadata and
maintainerslists) with no runtime logic changes; low risk aside from potential packaging/release bookkeeping issues.Overview
Standardizes the release metadata by bumping multiple OpenSPP module
__manifest__.pyversions to19.0.2.0.0(leaving modules already beyond that as-is).Adds missing
maintainersentries across many modules’ manifests and makes a tiny comment punctuation tweak inspp_vocabulary.Written by Cursor Bugbot for commit b850e7e. This will update automatically on new commits. Configure here.